Microsoft DirectX 8.1 (C++)

CAMThread::ThreadExists

The ThreadExists method queries whether the thread exists.

Syntax

BOOL ThreadExists(void);

Return Value

Returns TRUE if the thread exists, or FALSE if the thread does not exist.

See Also